summaryrefslogtreecommitdiff
path: root/app/[lng]/procurement/(procurement)/budgetary/[id]/layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/procurement/(procurement)/budgetary/[id]/layout.tsx')
-rw-r--r--app/[lng]/procurement/(procurement)/budgetary/[id]/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/procurement/(procurement)/budgetary/[id]/layout.tsx b/app/[lng]/procurement/(procurement)/budgetary/[id]/layout.tsx
index b0711c66..d58d8363 100644
--- a/app/[lng]/procurement/(procurement)/budgetary/[id]/layout.tsx
+++ b/app/[lng]/procurement/(procurement)/budgetary/[id]/layout.tsx
@@ -73,7 +73,7 @@ export default async function RfqLayout({
? `${rfq.description ?? ""} ${rfq.lines.map(line => line.itemCode).join(", ")}`
: ""}
</p>
- <h3>Due Date:{rfq && rfq?.dueDate && <strong>{formatDate(rfq?.dueDate)}</strong>}</h3>
+ <h3>Due Date:{rfq && rfq?.dueDate && <strong>{formatDate(rfq?.dueDate, "KR")}</strong>}</h3>
</div>
<Separator className="my-6" />
<div className="flex flex-col space-y-8 lg:flex-row lg:space-x-12 lg:space-y-0">